home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / AntySpyware / Spybot - Search and destroy 1.4 / spybotsd14.exe / {app} / SpybotSD.exe / 0 / RCDATA / TFORMWAITDELAY / TFORMWAITDELAY.txt
Text File  |  2005-05-31  |  1KB  |  64 lines

  1. object formWaitDelay: TformWaitDelay
  2.   Tag = 1
  3.   Left = 444
  4.   Top = 362
  5.   BorderStyle = bsDialog
  6.   BorderWidth = 4
  7.   ClientHeight = 111
  8.   ClientWidth = 295
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PopupMode = pmAuto
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object panelButtons: TPanel
  21.     Left = 0
  22.     Top = 75
  23.     Width = 295
  24.     Height = 36
  25.     Align = alBottom
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object buttonOK: TBitBtn
  29.       Left = 200
  30.       Top = 8
  31.       Width = 91
  32.       Height = 25
  33.       TabOrder = 0
  34.       Kind = bkOK
  35.     end
  36.     object buttonCancel: TBitBtn
  37.       Left = 88
  38.       Top = 8
  39.       Width = 91
  40.       Height = 25
  41.       TabOrder = 1
  42.       Kind = bkCancel
  43.     end
  44.   end
  45.   object groupDelay: TGroupBox
  46.     Tag = 1
  47.     Left = 0
  48.     Top = 0
  49.     Width = 295
  50.     Height = 75
  51.     Align = alClient
  52.     Caption = ' Delay: '
  53.     TabOrder = 1
  54.     object trackDelay: TTrackBar
  55.       Left = 16
  56.       Top = 24
  57.       Width = 265
  58.       Height = 33
  59.       TabOrder = 0
  60.       OnChange = trackDelayChange
  61.     end
  62.   end
  63. end
  64.